* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .npchead {
        width: 100%;
        height: 100px;
    }
    .npcheader {
        max-width: 1200px;
        margin: 0 auto;
        height: 100px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .npleft a img {
        height: 50px;
    }
    .npright {
        display: flex;
        align-items: center;
    }
    .npright i {
        font-size: 30px !important
    }
    .npt {
        margin-left: 20px;
    }
    .npt p {
        font-size: 16px;
        color: #555;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .npt span {
        color: red;
        font-size: 20px;
    }
    .pnav {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .pnav li {
        flex: 1;
        position: relative;
    }
    .pnav>li>a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background-color: #2350ac;
    }
    .pnav>li>a:hover {
        background-color: #13439d;
    }
    .p_secout {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 99;
        display: none;
        padding-top: 13px;
    }
    .pnav>li:hover .p_secout {
        display: block;
    }
    .p_secoutcon {
        position: relative;
    }
    .p_secoutcon::after {
        position: absolute;
        content: '';
        border-width: 5px;
        border-style: solid;
        border-color: transparent;
        border-bottom-color: #fff;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }
    .psecitem>a {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        background-color: #fff;
    }
    .psecitem>a:hover {
        background-color: #ebebeb;
    }
    .psecitem {
        position: relative;
    }
    .psecitem:hover .p_thi {
        display: block;
    }
    .p_thi {
        position: absolute;
        width: 100%;
        left: 100%;
        top: 0;
        display: none;
    }
    .p_thi a {
        display: block;
        background-color: #fff;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #333;
        font-size: 14px;
    }
    .p_thi a:hover {
        background-color: #ebebeb;
    }
    .psecitem:hover .pseca {
        background-color: #ebebeb;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .nbanner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .nbanner img {
        width: 100%;
    }
    .nbanner .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
    }
    .nbanner .swiper-pagination-bullet-active {
        color: #fff;
        background: #007aff;
    }
    .ncon1 {
        padding: 30px 0;
        width: 100%;
    }
    .ncon1con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
    }
    .ncon1item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        background-color: #f6f6f6;
    }
    .ncon1item:nth-child(3n) {
        margin-right: 0;
    }
    .ncon1item strong {
        display: block;
        padding-left: 10px;
        color: #fff;
        background-color: #1e50ae;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        border-top-left-radius: 4px;
        font-weight: normal;
        border-top-right-radius: 4px;
    }
    .ncon1itembox {
        padding: 25px 15px;
        background-color: #f6f6f6;
    }
    .ncon1itembox0 p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }
    .ncon1itembox0 a {
        font-size: 14px;
        color: #1e50ae;
        display: block;
        font-weight: bold;
        margin-top: 20px;
        text-align: right;
    }
    .ncon1itembox1 ul li:first-child {
        padding-top: 0 !important;
    }
    .ncon1itembox1 ul li {
        padding: 10px 0;
        border-bottom: 1px dashed #d9d9d9;
    }
    .ncon1itembox1 ul li a {
        font-size: 14px;
        color: #666;
    }
    .ncon1itembox1 ul li a:hover {
        color: #1e50ae !important;
    }
    .ncon2 {
        width: 100%;
        padding: 30px 0;
    }
    .ncon2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ntitle {
        position: relative;
    }
    .ntitle a {
        position: absolute;
        font-size: 14px;
        color: #1e50ae;
        right: 0;
        top: 15px;
    }
    .ntitle strong {
        display: block;
        text-align: center;
        margin-bottom: 75px;
        color: #1e50ae;
        position: relative;
        font-weight: normal;
        font-size: 26px;
    }
    .ntitle strong::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #f0f0f0;
        left: 0;
        bottom: -20px;
    }
    .ntitle strong::after {
        position: absolute;
        content: '';
        width: 88px;
        height: 5px;
        background-color: #1e50ae;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }
    .scroll {
        width: 100%;
        overflow: hidden;
    }
    .scroll ul {
        white-space: nowrap;
    }
    .scroll ul li {
        display: inline-block;
        width: 230px;
        margin: 10px;
        border: 1px solid #ccc;
        padding: 15px;
        overflow: hidden;
    }
    .scroll ul img {
        vertical-align: top;
        width: 100%;
        height: 200px;
        object-fit: contain;
        transition: all ease .4s;
    }
    .scroll ul li:hover img {
        transform: scale(1.1);
    }
    .ncon3 {
        width: 100%;
        padding: 30px 0;
    }
    .ncon3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ncon3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ncon3con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        border: 1px solid #eeeeee;
    }
    .ncon3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .ncon3con ul li a img {
        width: 100%;
    }
    .casebox {
        padding: 15px;
    }
    .casebox p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 18px;
        color: #666;
        margin-bottom: 10px;
    }
    .casebox span {
        font-size: 14px;
        color: #808080;
    }
    .nfoot {
        padding: 50px 0;
        background-color: #2350ac;
    }
    .nfooter {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nfooter p {
        font-size: 14px;
        color: #fff;
    }
}

@media only screen and (max-width: 996px) {
    .nfoot {
        padding: 30px 15px;
        background-color: #2350ac;
    }
    .nfooter {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .nfooterright {
        width: 100%;
        margin-top: 25px;
    }
    .nfooterright p {
        text-align: center;
    }
    .nfooter p {
        font-size: 14px;
        color: #fff;
    }
    .ntitle {
        position: relative;
    }
    .ntitle a {
        position: absolute;
        font-size: 14px;
        color: #1e50ae;
        right: 0;
        top: 15px;
    }
    .ncon3 {
        width: 100%;
        padding: 30px 15px;
    }
    .ncon3con {
        margin: 0 auto;
    }
    .ncon3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ncon3con ul li {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #eeeeee;
    }
    .ncon3con ul li a img {
        width: 100%;
    }
    .casebox {
        padding: 10px;
    }
    .casebox p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }
    .casebox span {
        font-size: 14px;
        color: #808080;
    }
    .ncon2 {
        width: 100%;
        padding: 30px 15px;
    }
    .ncon2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ntitle strong {
        display: block;
        text-align: center;
        margin-bottom: 45px;
        color: #1e50ae;
        position: relative;
        font-weight: normal;
        font-size: 20px;
    }
    .ntitle strong::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #f0f0f0;
        left: 0;
        bottom: -20px;
    }
    .ntitle strong::after {
        position: absolute;
        content: '';
        width: 45px;
        height: 5px;
        background-color: #1e50ae;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }
    .scroll {
        width: 100%;
        overflow: hidden;
    }
    .scroll ul {
        white-space: nowrap;
    }
    .scroll ul li {
        display: inline-block;
        width: 150px;
        margin: 10px;
        border: 1px solid #ccc;
        padding: 15px;
        overflow: hidden;
    }
    .scroll ul img {
        vertical-align: top;
        width: 100%;
        transition: all ease .4s;
    }
    .scroll ul li:hover img {
        transform: scale(1.1);
    }
    .ncon1 {
        padding: 30px 15px;
        width: 100%;
    }
    .ncon1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .ncon1item {
        width: 100%;
        margin-bottom: 20px;
        background-color: #f6f6f6;
    }
    .ncon1item strong {
        display: block;
        padding-left: 10px;
        color: #fff;
        background-color: #1e50ae;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        border-top-left-radius: 4px;
        font-weight: normal;
        border-top-right-radius: 4px;
    }
    .ncon1itembox {
        padding: 10px;
        background-color: #f6f6f6;
    }
    .ncon1itembox0 p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }
    .ncon1itembox0 a {
        font-size: 14px;
        color: #1e50ae;
        display: block;
        font-weight: bold;
        margin-top: 20px;
        text-align: right;
    }
    .ncon1itembox1 ul li:first-child {
        padding-top: 0 !important;
    }
    .ncon1itembox1 ul li {
        padding: 10px 0;
        border-bottom: 1px dashed #d9d9d9;
    }
    .ncon1itembox1 ul li a {
        font-size: 14px;
        color: #666;
    }
    .ncon1itembox1 ul li a:hover {
        color: #1e50ae !important;
    }
    .nbanner {
        width: 100%;
        margin-top: 60px !important;
    }
    .nbanner img {
        width: 100%;
    }
    .nbanner .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
    }
    .nbanner .swiper-pagination-bullet-active {
        color: #fff;
        background: #007aff;
    }
    .npchead {
        display: none;
    }
    .pnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: all ease .4s;
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: #fff;
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: all ease .4s;
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: #333;
        transition: all ease .4s;
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
}